home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-07-15 | 394 b | 32 lines | [TEXT/CWIE] |
- //systems.h ©1996 Brian Bergstrand 07/16/96
-
- //systems hex codes
- const _712=0x00000712;
- const _750=0x00000750;
- const _751=0x00000751;
- const _752=0x00000752;
- const _753=0x00000753;
-
- //update hex codes
- const _20=0x02008000;
-
- //system string numbers
- enum
- {
- iSysNotFound=1,
- i712,
- i750,
- i751,
- i752,
- i753
- };
-
-
- //update string numbers
- enum
- {
- iNone=1,
- i10,
- i20
- };
-